
/*
-------------------------------------------------------------------------------
  Comment repost
-------------------------------------------------------------------------------
*/

.tooltip {
    position: relative;
}

    .tooltip:hover:before {
        content: '';
        position: absolute;
        top: -8px;
        left: 3px;
        border-style: solid;
        border-width: 6px 6px 0;
        border-color: #111 transparent;
        z-index: 29;
    }

    .tooltip:hover:after {
        content: attr(data-title);
        position: absolute;
        top: -31px;
        left: 0;
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        background: #111;
        border-radius: 4px;
        text-indent: 0;
        white-space: nowrap;
        z-index: 28;
    }

input#fbcheck {
    display: none;
}

    input#fbcheck + label {
        position: relative;
        margin: 0px 10px 0 0;
        width: 38px;
        height: 18px;
        background: url(../img/sprite_ipfb.png) -96px 0 no-repeat;
        text-indent: -9999px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

        input#fbcheck:checked + label {
            background-position: -96px -32px;
        }

a.linkacc {
    display: inline-block;
    width: 38px;
    height: 18px;
    margin: 0 10px 0 0;
    background: url(../img/sprite_ipfb.png) -96px -64px no-repeat;
    text-indent: -9999px;
    vertical-align: middle;
}

.submit {
    vertical-align: middle;
}

/* A postokon belul INDAFOTO képek maximum szelesseget lekorlatozzuk  */
a.indafoto > img {
    max-width: 99%;
}

/* Archívum */
ul.archive-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.archive-list li {
    display: inline-block;
    list-style-type: none;
    zoom: 1;
    *display: inline;
    list-style-type: none;
    margin: 10px 0 0 10px;
    padding: 0;
}

ul.archive-list li a {
    text-align: center;
    background: #f4f4f4;
    font: 11px/20px Verdana, sans-serif;
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    text-decoration: none;
    border: 1px solid #a5a5a5;
    color: #838383;
}

ul.archive-list a * {
    display: block;
}

ul.archive-list .month,
ul.archive-list .week {
    color: #0087c9;
    font-size: 2em;
    line-height: 1em;
}

ul.archive-list .postcount {
    color: #4f4f4f;
    font-size: 3.82em;
    line-height: 1em;
    font-weight: bold;
}

ul.archive-list .caption {
    text-transform: uppercase;
    margin-top: -5px;
}

/* --- Politikai hirdetes --- */
div.blh-billboard-ad.politikai > div:before {
    position: relative;
    content: 'politikai hirdetés\25BE';
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    letter-spacing: 4px;
    line-height: 13px;
}

/*  *//************************************************************************/
.post ul.blh-gallery,
.post ul.blh-mosaic,
.entry ul.blh-gallery,
.entry ul.blh-mosaic {
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
    width: 100%;
    position: relative;
    padding: 0;
    clear: both;
}

.post ul.blh-gallery li,
.entry ul.blh-gallery li,
 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: none;
}

.post ul.blh-mosaic li,
.entry ul.blh-mosaic li
 {
    list-style-type: none;
    padding: 0;
    background: none;
}

.blh-gallery a,
.blh-mosaic a {
    position: relative;
    display: block;
    z-index: 1;
}

.blh-gallery a:after {
    display: block;
    content: '';
    width: 0;
    height: 25px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255,255,255, 0.8) url(../img/gallery_indicator.png) no-repeat 5px 50%;
    border-radius: 1.5px;
    box-shadow: 0 0 8px grey;
    padding: 8px 0 7px 40px;
    content: 'Kattints ide a galéria megnyitásához!';
    font: 700 15px/25px Arial, sans-serif;
    color: #4b7fbc;
    overflow: hidden;
    white-space:nowrap;

    z-index: 2;

    /*-webkit-transform: scale(0.6, 0.6);*/

    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}
.blh-gallery a:hover:after {
    padding-left: 50px;
    width: 265px;
    font-size: 15px;
    padding-right: 5px;
}

.blh-mosaic a:before {
    background: black;
    background: rgba(0,0,0, 0.6);
    box-shadow: inset 0 0 55px black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    display: block;
    opacity: 0;

    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.blh-mosaic a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 3;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: -1.5em 0;
    width: 100%;
    height: 2em;
    color: white;
    text-align: center;
    content: 'Kattints ide a galéria megnyitásához!';

    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}
.blh-mosaic a:hover:before,
.blh-mosaic a:hover:after {
    opacity: 1;
}

.blh-gallery img {
    border: 0;
    z-index: 1;
    position: relative;
    max-width: 100%;
    max-height: 480px;
}

ul.blh-gallery li + li {
    display: none;
}

.glr_wide .glr_share {
    bottom: 0;
}

.glr_image_index {
    display: none;
}

/*  *//************************************************************************/
.blh-mosaic:after {
    clear: both;
    width: 0;
    height: 0;
    content: '';
    display: block;
}

ul.blh-mosaic li {
    float: left;

    margin: 2% 0 0 2%;
    padding: 0;

    width: 32%;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.blh-mosaic a,
div.post .blh-mosaic img {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0;
}
.blh-mosaic a {
    max-height: 100%;
    overflow: hidden;
}

.blh-mosaic.count-3 li,
.blh-mosaic.count-5 li,
.blh-mosaic.count-6 .image-2,
.blh-mosaic.count-6 .image-3,
.blh-mosaic.count-8 .image-2,
.blh-mosaic.count-8 .image-3,
.blh-mosaic.count-8 .image-4,
.blh-mosaic.count-8 .image-5,
.blh-mosaic.count-9 .image-2,
.blh-mosaic.count-9 .image-3 {
    width: 49%;
}

.blh-mosaic .image-1,
.blh-mosaic.count-2 .image-2 {
    margin: 0;
    width: 100% !important;
}

.blh-mosaic          .image-2,
.blh-mosaic.count-5  .image-4,
.blh-mosaic.count-6  .image-4,
.blh-mosaic.count-7  .image-5,
.blh-mosaic.count-8  .image-4,
.blh-mosaic.count-8  .image-6,
.blh-mosaic.count-9  .image-4,
.blh-mosaic.count-9  .image-7,
.blh-mosaic.count-10 .image-5,
.blh-mosaic.count-10 .image-8 {
    margin-left: 0 !important;
}
